github.com/andybalholm/brotli/matchfinder.ZM.history (field)
13 uses
github.com/andybalholm/brotli/matchfinder (current package)
zm.go#L16: history []byte
zm.go#L24: z.history = z.history[:0]
zm.go#L32: if len(z.history) > z.MaxDistance*2 {
zm.go#L33: delta := len(z.history) - z.MaxDistance
zm.go#L34: copy(z.history, z.history[delta:])
zm.go#L35: z.history = z.history[:z.MaxDistance]
zm.go#L65: NextEmit: len(z.history),
zm.go#L67: z.history = append(z.history, src...)
zm.go#L68: src = z.history
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |